2005-05-07 Owen Taylor <otaylor@redhat.com>
* gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not
the background color.
+2005-05-07 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not
+ the background color.
+
2005-05-07 Owen Taylor <otaylor@redhat.com>
* gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h (gdk_pixbuf_set_as_cairo_source):
+2005-05-07 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not
+ the background color.
+
2005-05-07 Owen Taylor <otaylor@redhat.com>
* gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h (gdk_pixbuf_set_as_cairo_source):
+2005-05-07 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not
+ the background color.
+
2005-05-07 Owen Taylor <otaylor@redhat.com>
* gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h (gdk_pixbuf_set_as_cairo_source):
color->pixel = priv->bg_pixel;
if (gc->colormap)
- gdk_colormap_query_color (gc->colormap, priv->bg_pixel, color);
+ gdk_colormap_query_color (gc->colormap, priv->fg_pixel, color);
else
g_warning ("No colormap in gc_get_background");
}